.sms-price-title {
    font-size: 30px;
    font-weight: 600;
}

.tariff-subtext {
    font-size: 12px;
    margin-top: 4px;
}

.tariff-table-wrap {
    background-color: #f8f8f8;
    border-radius: 8px;
    border: 2px solid #f8f8f8f8;
}

.tarrif-th {
    border-top: none !important;
    font-size: 14px;
    padding: 20px 24px !important;
    font-weight: 300;
}

.tarrif-td {
    color: #72787c;
    font-size: 16px;
    padding: 20px 24px !important;
    font-weight: 600;
}

.sms-price-card {
    border-radius: 6px;
    border: 2px solid #F8F8F8;
}

.card--accent, .tariff-table-wrap--accent {
    border-top: 5px solid #f4c367;
}

.benefit-name, .sms-price-description {
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .tarrif-th {
        padding: 12px 16px;
        font-size: 13px;
    }

    .tarrif-th, .tarrif-td {
        padding: 12px 16px;
        font-size: 14px;
    }

    .benefit-name {
        font-size: 14px;
    }
}
